home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / default / pulseaudio < prev    next >
Text File  |  2009-10-26  |  965b  |  21 lines

  1. # Start the PulseAudio sound server in system mode.
  2. # (enables the pulseaudio init script - requires that users be in the
  3. # pulse-access group)
  4. # System mode is not the recommended way to run PulseAudio as it has some
  5. # limitations (such as no shared memory access) and could potentially allow
  6. # users to disconnect or redirect each others' audio streams. The
  7. # recommended way to run PulseAudio is as a per-session daemon. For GNOME
  8. # sessions in Ubuntu, /etc/X11/Xsession.d/70pulseaudio and
  9. # /usr/bin/pulse-session handle this function of automatically starting 
  10. # PulseAudio on login. For other sessions, you can simply start PulseAudio
  11. # with "pulseaudio --daemonize".
  12. # 0 = don't start, 1 = start
  13. PULSEAUDIO_SYSTEM_START=0
  14.  
  15. # Prevent users from dynamically loading modules into the PulseAudio sound
  16. # server. Dynamic module loading enhances the flexibilty of the PulseAudio
  17. # system, but may pose a security risk.
  18. # 0 = no, 1 = yes
  19. DISALLOW_MODULE_LOADING=1
  20.  
  21.